Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum





Field Does Not Display Expected Value on Web
~Jennifer Nimjumiverakoi 02/27/2007 01:28 AM
Domino Designer 6.5.4 AIX


I'm trying to determine why a field on a form that's displayed on the web is not displaying its expected value. Here's the scenario:

There are two text fields on a form - FieldA and FieldB. Both are Computed for Display. The formula for FieldA is 'FieldA'. The formula for FieldB is as follows:

@If( FieldA != ""; @Return(@True); @False);

If FieldA is assigned a non-null value through a webQueryOpen agent, FieldB displays '0' (False).

FieldB is below and to the right of FieldA and should therefore be able to evaluate FieldA. I've tried various scenarios, including making both fields Computed and setting their properties to 'Compute after validation', but FieldB always displays '0' (False).

I'd appreciate any ideas on why FieldB is not displaying '1' (True) when FieldA is assigned a non-null value through a webQueryOpen agent.

Thanks.

Go back